Comment that creation_time is GMT internally.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 21 Oct 2003 21:09:05 +0000 (21:09 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 21 Oct 2003 21:09:05 +0000 (21:09 +0000)
gpsbabel/defs.h

index 781c1aed591152d10f9837db60f03244ee3ff7cc..bed231345170dbc484678c301822b78f71a9621d 100644 (file)
@@ -172,7 +172,7 @@ typedef struct {
        char *url_link_text;
        int icon_descr_is_dynamic;
        const char *icon_descr;
-       time_t creation_time;
+       time_t creation_time;   /* standardized in UTC/GMT */
        int centiseconds;       /* Optional hundredths of a second. */
        geocache_data gc_data;
        xml_tag *gpx_extras;